home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / AMUG / PROGRAMMING / Raven 1.2 Examples.sit / Raven 1.2 Examples / Quill / Source / Constants.h < prev    next >
Text File  |  1996-10-28  |  679b  |  27 lines

  1. /*
  2.  *  File:       Constants.h
  3.  *  Summary:       Some constants used by Quill.
  4.  *  Written by: Jesse Jones
  5.  *
  6.  *  Copyright ゥ 1996 Jesse Jones. 
  7.  *    For conditions of distribution and use, see copyright notice in ZTypes.h  
  8.  *
  9.  *  Change History (most recent first):    
  10.  *
  11.  *         <->     8/31/96    JDJ        Created
  12.  */
  13.  
  14. #pragma once
  15.  
  16. #include <ZTypes.h>
  17.  
  18.  
  19. // ===================================================================================
  20. //    Menu Commands
  21. // ===================================================================================
  22. extern const MenuCommand kDuplicateCmd;
  23. extern const MenuCommand kCreateCmd;
  24. extern const MenuCommand kInfoCmd;
  25. extern const MenuCommand kEditCmd;
  26.  
  27.